home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
gcc
/
ixemsrc.lha
/
ixemul
/
stack
/
a4.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-05-09
|
131 b
|
11 lines
#ifndef _A4_H_
#define _A4_H_
#ifdef BASEREL
#define A4(x) "a4@(" #x ":W)"
#else
#define A4(x) #x
#endif
#endif /* _A4_H_ */